[INFO] cloning repository https://github.com/meepedmeepo/rusty-rat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/meepedmeepo/rusty-rat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeepedmeepo%2Frusty-rat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeepedmeepo%2Frusty-rat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ed091e7c0e3e244cf7918e68cf9e03deef520772
[INFO] fixing meepedmeepo/rusty-rat against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeepedmeepo%2Frusty-rat" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/meepedmeepo/rusty-rat
[INFO] finished tweaking git repo https://github.com/meepedmeepo/rusty-rat
[INFO] tweaked toml for git repo https://github.com/meepedmeepo/rusty-rat written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/meepedmeepo/rusty-rat on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/meepedmeepo/rusty-rat already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid-rng-internal v1.16.0
[INFO] [stderr]   Downloaded miniz_oxide v0.8.7
[INFO] [stderr]   Downloaded jiff-static v0.2.5
[INFO] [stderr]   Downloaded jiff v0.2.5
[INFO] [stderr]   Downloaded crypto v0.5.1
[INFO] [stderr]   Downloaded axum-server v0.7.2
[INFO] [stderr]   Downloaded aws-lc-rs v1.13.0
[INFO] [stderr]   Downloaded fs-err v3.1.0
[INFO] [stderr]   Downloaded axum v0.8.3
[INFO] [stderr]   Downloaded ureq-proto v0.4.1
[INFO] [stderr]   Downloaded ureq v3.0.11
[INFO] [stderr]   Downloaded aws-lc-sys v0.28.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 098bf6ff30d5808f3845108b7ae14153a1304ee4688f8b27aff64c97fec9f9e6
[INFO] running `Command { std: "docker" "start" "098bf6ff30d5808f3845108b7ae14153a1304ee4688f8b27aff64c97fec9f9e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "098bf6ff30d5808f3845108b7ae14153a1304ee4688f8b27aff64c97fec9f9e6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "098bf6ff30d5808f3845108b7ae14153a1304ee4688f8b27aff64c97fec9f9e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "098bf6ff30d5808f3845108b7ae14153a1304ee4688f8b27aff64c97fec9f9e6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling aws-lc-rs v1.13.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling fs-err v3.1.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking winnow v0.7.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking miniz_oxide v0.8.7
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking trim-in-place v0.1.7
[INFO] [stderr]     Checking clap_builder v4.5.37
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking yaml-rust2 v0.10.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking ureq-proto v0.4.1
[INFO] [stderr]     Checking webpki-roots v0.26.8
[INFO] [stderr]     Checking jiff v0.2.5
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]    Compiling aws-lc-sys v0.28.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking rust-ini v0.21.1
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking blake2 v0.9.2
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]     Checking clap v4.5.37
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking crypto v0.5.1
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]     Checking h2 v0.4.8
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking tower-http v0.6.2
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking ed25519-dalek v2.1.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling sqlx-core v0.8.5
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]     Checking config v0.15.11
[INFO] [stderr]     Checking rustls-webpki v0.103.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]    Compiling sqlx-postgres v0.8.5
[INFO] [stderr]     Checking hyper-util v0.1.11
[INFO] [stderr]     Checking axum v0.8.3
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking ureq v3.0.11
[INFO] [stderr]     Checking axum-server v0.7.2
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.5
[INFO] [stderr]    Compiling sqlx-macros v0.8.5
[INFO] [stderr]     Checking sqlx v0.8.5
[INFO] [stderr]     Checking common v0.1.0 (/opt/rustwide/workdir/crates/common)
[INFO] [stdout] warning: unused import: `x25519_dalek::PublicKey`
[INFO] [stdout]  --> crates/common/src/cryptographic_functions/encryption.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use x25519_dalek::PublicKey;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PublicKey` and `StaticSecret`
[INFO] [stdout]  --> crates/common/src/cryptographic_functions/prekey.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use x25519_dalek::{PublicKey, StaticSecret, X25519_BASEPOINT_BYTES};
[INFO] [stdout]   |                    ^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Blake2b`
[INFO] [stdout]  --> crates/common/src/cryptographic_functions/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Blake2b, VarBlake2b,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RngCore`
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/mod.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | use rand::{RngCore, rngs::OsRng};
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `x25519_dalek::PublicKey`
[INFO] [stdout]  --> crates/common/src/cryptographic_functions/encryption.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use x25519_dalek::PublicKey;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PublicKey` and `StaticSecret`
[INFO] [stdout]  --> crates/common/src/cryptographic_functions/prekey.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use x25519_dalek::{PublicKey, StaticSecret, X25519_BASEPOINT_BYTES};
[INFO] [stdout]   |                    ^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Blake2b`
[INFO] [stdout]  --> crates/common/src/cryptographic_functions/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Blake2b, VarBlake2b,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RngCore`
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/mod.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | use rand::{RngCore, rngs::OsRng};
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Keypair` is never constructed
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/mod.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Keypair {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_public_key`, and `generate_shared_secret` are never used
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl Keypair {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 24 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn get_public_key(&self) -> PublicKey {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn generate_shared_secret(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt_XCha20ChaPoly1305` should have a snake case name
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/encryption.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn encrypt_XCha20ChaPoly1305(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encrypt_xcha20_cha_poly1305`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decrypt_XCha20ChaPoly1305` should have a snake case name
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/encryption.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn decrypt_XCha20ChaPoly1305(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decrypt_xcha20_cha_poly1305`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Keypair` is never constructed
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/mod.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Keypair {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_public_key`, and `generate_shared_secret` are never used
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl Keypair {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 24 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn get_public_key(&self) -> PublicKey {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn generate_shared_secret(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encrypt_XCha20ChaPoly1305` should have a snake case name
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/encryption.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn encrypt_XCha20ChaPoly1305(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encrypt_xcha20_cha_poly1305`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `decrypt_XCha20ChaPoly1305` should have a snake case name
[INFO] [stdout]   --> crates/common/src/cryptographic_functions/encryption.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn decrypt_XCha20ChaPoly1305(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decrypt_xcha20_cha_poly1305`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking client v0.1.0 (/opt/rustwide/workdir/crates/client)
[INFO] [stderr]     Checking agent v0.1.0 (/opt/rustwide/workdir/crates/agent)
[INFO] [stderr]     Checking rat-server v0.1.0 (/opt/rustwide/workdir/crates/rat-server)
[INFO] [stdout] error: couldn't read `crates/agent/src/client_identity.secret`: No such file or directory (os error 2)
[INFO] [stdout]  --> crates/agent/src/config.rs:8:47
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub static CLIENT_IDENTITY_PUBLIC_KEY: &str = include_str!("client_identity.secret"); //include!(std::fs::"client_identity.secret");
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `crates/agent/src/client_identity.secret`: No such file or directory (os error 2)
[INFO] [stdout]  --> crates/agent/src/config.rs:8:47
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub static CLIENT_IDENTITY_PUBLIC_KEY: &str = include_str!("client_identity.secret"); //include!(std::fs::"client_identity.secret");
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::error`
[INFO] [stdout]  --> crates/agent/src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use core::error;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SigningKey` and `VerifyingKey`
[INFO] [stdout]  --> crates/agent/src/config.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ed25519_dalek::{SigningKey, VerifyingKey};
[INFO] [stdout]   |                     ^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::OnceLock`
[INFO] [stdout]  --> crates/agent/src/config.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::sync::OnceLock;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::error`
[INFO] [stdout]  --> crates/agent/src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use core::error;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SigningKey` and `VerifyingKey`
[INFO] [stdout]  --> crates/agent/src/config.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ed25519_dalek::{SigningKey, VerifyingKey};
[INFO] [stdout]   |                     ^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::OnceLock`
[INFO] [stdout]  --> crates/agent/src/config.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::sync::OnceLock;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Command`
[INFO] [stdout]  --> crates/client/src/parser.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Command, Parser};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Command`
[INFO] [stdout]  --> crates/client/src/parser.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Command, Parser};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc` and `Mutex`
[INFO] [stdout]  --> crates/rat-server/src/api/routes/agents.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                 ^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AppConfig` and `AppState`
[INFO] [stdout]  --> crates/rat-server/src/api/routes/agents.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::configuration::{AppConfig, AppState};
[INFO] [stdout]   |                            ^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::anyhow`
[INFO] [stdout]  --> crates/rat-server/src/api/routes/agents.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use anyhow::anyhow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `LazyLock` and `env`
[INFO] [stdout]  --> crates/rat-server/src/configuration/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     env,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 3 |     sync::{Arc, LazyLock, Mutex},
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConfigError`
[INFO] [stdout]  --> crates/rat-server/src/configuration/mod.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | use config::{Config, ConfigError};
[INFO] [stdout]   |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Agent` and `RegisterAgent`
[INFO] [stdout]  --> crates/rat-server/src/repository/agents.rs:2:23
[INFO] [stdout]   |
[INFO] [stdout] 2 | use common::schemas::{Agent, RegisterAgent};
[INFO] [stdout]   |                       ^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Serialize`
[INFO] [stdout]  --> crates/rat-server/src/repository/agents.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> crates/rat-server/src/repository/jobs.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use anyhow::{Error, anyhow};
[INFO] [stdout]   |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `jobs::JobError`
[INFO] [stdout]  --> crates/rat-server/src/repository/jobs.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     jobs::JobError,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `agents::*`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use agents::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `jobs::*`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use jobs::*;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Error`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use anyhow::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `common::schemas::Agent`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use common::schemas::Agent;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Executor`, `Pool`, `Postgres`, `query_as`, and `query`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use sqlx::{Executor, Pool, Postgres, query, query_as};
[INFO] [stdout]   |            ^^^^^^^^  ^^^^  ^^^^^^^^  ^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `agents::*`
[INFO] [stdout]  --> crates/rat-server/src/services/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use agents::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `jobs::*`
[INFO] [stdout]   --> crates/rat-server/src/services/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use jobs::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Arc` and `Mutex`
[INFO] [stdout]  --> crates/rat-server/src/api/routes/agents.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                 ^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AppConfig` and `AppState`
[INFO] [stdout]  --> crates/rat-server/src/api/routes/agents.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::configuration::{AppConfig, AppState};
[INFO] [stdout]   |                            ^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::anyhow`
[INFO] [stdout]  --> crates/rat-server/src/api/routes/agents.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use anyhow::anyhow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `LazyLock` and `env`
[INFO] [stdout]  --> crates/rat-server/src/configuration/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     env,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 3 |     sync::{Arc, LazyLock, Mutex},
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConfigError`
[INFO] [stdout]  --> crates/rat-server/src/configuration/mod.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | use config::{Config, ConfigError};
[INFO] [stdout]   |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Agent` and `RegisterAgent`
[INFO] [stdout]  --> crates/rat-server/src/repository/agents.rs:2:23
[INFO] [stdout]   |
[INFO] [stdout] 2 | use common::schemas::{Agent, RegisterAgent};
[INFO] [stdout]   |                       ^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Serialize`
[INFO] [stdout]  --> crates/rat-server/src/repository/agents.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> crates/rat-server/src/repository/jobs.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use anyhow::{Error, anyhow};
[INFO] [stdout]   |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `jobs::JobError`
[INFO] [stdout]  --> crates/rat-server/src/repository/jobs.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     jobs::JobError,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `agents::*`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use agents::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `jobs::*`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use jobs::*;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Error`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use anyhow::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `common::schemas::Agent`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use common::schemas::Agent;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Executor`, `Pool`, `Postgres`, `query_as`, and `query`
[INFO] [stdout]  --> crates/rat-server/src/repository/mod.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use sqlx::{Executor, Pool, Postgres, query, query_as};
[INFO] [stdout]   |            ^^^^^^^^  ^^^^  ^^^^^^^^  ^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `agents::*`
[INFO] [stdout]  --> crates/rat-server/src/services/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use agents::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `jobs::*`
[INFO] [stdout]   --> crates/rat-server/src/services/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use jobs::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `agent` (lib) due to 1 previous error; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `agent` (lib test) due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "098bf6ff30d5808f3845108b7ae14153a1304ee4688f8b27aff64c97fec9f9e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "098bf6ff30d5808f3845108b7ae14153a1304ee4688f8b27aff64c97fec9f9e6", kill_on_drop: false }`
[INFO] [stdout] 098bf6ff30d5808f3845108b7ae14153a1304ee4688f8b27aff64c97fec9f9e6
